home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / CUCD / Utilities / msql-2.0.4.1 / makegen / site.mm < prev    next >
Text File  |  1998-06-20  |  805b  |  45 lines

  1. # Generated automatically from site.mm.in by configure.
  2. #
  3. # Site specific configuration
  4. #
  5.  
  6.  
  7. COMPILER= gcc
  8. INST_DIR= /msql
  9. HAVE_DYNAMIC= -DHAVE_DYNAMIC
  10. CC_ONLY_FLAGS= -m68020
  11. LINK_ONLY_FLAGS= -s
  12.  
  13.  
  14. #
  15. # Things below here shouldn't need to be changed
  16. #
  17. CC= $(COMPILER) $(CC_ONLY_FLAGS)
  18. LINK= $(COMPILER) $(LINK_ONLY_FLAGS)
  19. CPP= gcc -E
  20. RANLIB= ranlib
  21.  
  22. YACC= bison -y
  23.  
  24. SIGLIST= 
  25. DIRENT= -DHAVE_DIRENT_H -DHAVE_DIRENT
  26. MMAP= -DHAVE_MMAP
  27. U_INT= -DHAVE_U_INT
  28. SSIZE_T= -DHAVE_SSIZE_T
  29. BITTYPES= -DHAVE_BIT_TYPES
  30. SYS_ERR= 
  31. TARGET= AmigaOS-40.60-m68k
  32. WORKING_RLIMIT= 
  33.  
  34. # Extra libraries if required
  35. EXTRA_LIB= 
  36.  
  37. # Any other CFlags required
  38. EXTRA_CFLAGS= -DHAVE_CONFIG_H $(SSIZE_T) $(U_INT) $(BITTYPES)
  39.  
  40. # Directory for pid file
  41. PID_DIR= @PID_DIR@
  42.  
  43. CFLAGS= -O -I$(TOP)/ $(EXTRA_CFLAGS)
  44. LDLIBS= -L$(TOP)/lib $(EXTRA_LIB)
  45.